home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / x3270 / amiga_src / resourcesc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-03-01  |  817 b   |  23 lines

  1. /*
  2.  * Modifications Copyright 1993, 1994, 1995, 1996, 1999 by Paul Mattes.
  3.  * Original X11 Port Copyright 1990 by Jeff Sparkes.
  4.  *  Permission to use, copy, modify, and distribute this software and its
  5.  *  documentation for any purpose and without fee is hereby granted,
  6.  *  provided that the above copyright notice appear in all copies and that
  7.  *  both that copyright notice and this permission notice appear in
  8.  *  supporting documentation.
  9.  *
  10.  * Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332.
  11.  *   All Rights Reserved.  GTRC hereby grants public use of this software.
  12.  *   Derivative works based on this software must incorporate this copyright
  13.  *   notice.
  14.  */
  15.  
  16. /*
  17.  *    resourcesc.h
  18.  *        Public definitions for resources.c
  19.  */
  20.  
  21. extern XtResource resources[];
  22. extern Cardinal num_resources;
  23.